.hc_baner {
    position: relative;
}

.hc_baner .hd ul {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.7rem;
    z-index: 9;
}

.hc_baner .hd ul li {
    width: 1.2rem;
    height: 4px;
    border-radius: 10px;
    margin: 0 10px;
    background-color: #676975;
    cursor: pointer;
}

.hc_baner .hd ul li.on {
    background-color: #fff;
}

.hc_baner .bd {
    width: 100%;
    overflow: hidden;
}

.hc_baner .bd .img, .hc_baner .bd .baneritme {
    display: block;
    width: 100%;
    max-height: 100vh;
    min-height: 240px;
    object-fit: cover;
}

.hc_baner .bd .img {
    display: none;
}

.hc_baner_desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.hc_banner_ctn {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.hc_banner_ctn>h2 {
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 10px;
    padding-left: 10px;
    margin-bottom: 0.5rem;
}

.hc_banner_ctn>p {
    text-align: center;
    font-size: 0.3rem;
    opacity: .7;

}

.hc_banner_ctn>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 0.5rem;
    min-height: 30px;
    background-color: #137adf;
    color: #fff;
    font-size: 0.2rem;
    border-radius: 0.3rem;
    margin-top: 0.4rem;
}

/* 模块一 */
.hc_block1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    padding: 1rem 0;
    background-color: #fff;
    max-width: 1920px;
    margin: auto;
}

.hc_block1_cont {
    width: 95%;
    max-width: 1640px;
    /* margin: auto; */
    display: flex;
    justify-content: space-between;
}

.hc_block1_text {
    width: 47%;
}

.hc_block1_desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    padding-right: 0.8rem;
    height: 100%;
}

.hc_block1_desc>h2 {
    font-size: 0.48rem;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
}

.hc_block1_desc .hc_jianjie {
    margin: 20px 0;
}

.hc_block1_desc .hc_jianjie p {
    font-size: 16px;
    line-height: 30px;
    color: #5b5b5b;

}

.hc_block1_desc>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 0.56rem;
    min-width: 100px;
    min-height: 35px;
    border: 1px solid #65717f;
    font-size: 0.18rem;
    color: #5b5b5b;
    transition: all .5s;
}

.hc_block1_desc>a:hover {
    border-color: #13558A;
    color: #13558A;
}


.hc_block1_img {
    flex: 1;
    overflow: hidden;
}

.hc_block1_img>img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.hc_block1_img>img:hover {
    transform: scale(1.05);
}

.hc_block1_cont2 {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 1.4rem;
}

.hc_block1_cont2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hc_block1_cont2 ul li {
    /* flex: 1; */
}

.hc_show {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hc_show_t {
    margin-bottom: 15px;
}

.hc_show_t .hc_center {
    display: flex;
    align-items: center;
}

.hc_show_t .hc_center .hc_unit {
    margin-left: 2px;
}

.hc_show_t .hc_num {
    font-size: 0.6rem;
    font-weight: bold;
    color: #13558A;
}

.hc_show_t .hc_unit {
    font-size: 0.2rem;
    color: #323232;
    font-weight: bold;
    color: #13558A;
}

.hc_show_b p {
    font-size: 0.17rem;
}

/* 第二模块 */
.hc_block2 {
    position: relative;
    /* padding-bottom: 100px; */
}

.hc_block2_title {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.46rem;
    font-weight: bold;
    color: #fff;
    z-index: 9;
    letter-spacing: 4px;
}

.hc_block2 .bd {
    overflow: hidden;
}

.hc_block2_list {
    display: flex;
}

.hc_block2 .hc_block2_li {
    position: relative;
    width: 33.33333%;
    height: 10.8rem;
    max-height: calc(100vh - 70px);
    background: url(./images/block2-1.jpg) no-repeat center/cover;
    transition: all .5s;
    overflow: hidden;
}

.hc_block2 .hc_block2_li::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
}

.hc_block2 .hc_block2_li.active {
    width: 45%;
}

.hc_block2_li_title {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    font-size: 0.38rem;
    color: #fff;
    transition: .5s;
}

.hc_block2_li_title.on, .hc_ico.on {
    opacity: 0;
}

.hc_ico {
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
}

.hc_ico>img {
    width: 0.7rem;
}

.hc_block2_libox {
    position: absolute;
    bottom: -50%;
    width: 100%;
    height: 50%;
    background-color: #fff;
    opacity: .8;
    transition: .5s;
}

.hc_divbox {
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 6%;
}

.hc_divbox .hc_divbox_title {
    font-size: 0.38rem;
    color: #333333;
    margin-bottom: 0.2rem;

}


.hc_divbox .hc_divbox_desc {
    font-size: 0.22rem;
    color: #444343;
    line-height: 0.3rem;
    margin-bottom: 6px;
    white-space: nowrap;
}

.hc_zejiabox {
    display: flex;
    margin-top: 0.3rem;
    padding-bottom: 0.2rem;
}

.hc_divbox .hc_divbox_list {
    font-size: 0.16rem;
    color: #5b5b5b;
    margin-right: 0.5rem;

}

.hc_divbox .hc_divbox_list li {
    position: relative;
    text-indent: 15px;
    margin-bottom: 15px;
}

.hc_divbox .hc_divbox_list li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #5b5b5b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hc_divbox .hc_divbox_more {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #5b5b5b;
    padding: 5px 0;
}

.hc_divbox .hc_divbox_more:hover {
    color: #13558A;
}

.hc_divbox_icon {
    width: 0.19rem;
    height: 0.09rem;
    min-width: 12px;
    min-height: 6px;
    margin-left: 10px;
    background: url(./images/block2-icon2.png) no-repeat center;
    background-size: contain;
}

.hc_divbox_more:hover .hc_divbox_icon {
    background-image: url(./images/block2-icon4.png);
}

/* 第三模块 */
.hc_block3 {
    padding: 0.9rem 0 1rem;
}

.hc_block3_title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.8rem;
}

.hc_block3_baner {
    width: 90%;
    max-width: 1400px;
    margin: auto;


}

.hc_block3_baner .hd {}

.hc_block3_baner .hd ul {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    padding: 10px;
}

.hc_block3_baner .hd ul li {
    text-align: center;
    cursor: pointer;
    margin-right: 15px;
}

.hc_block3_baner .hd ul li:last-of-type {
    margin-right: 0;
}

.hc_block3_baner .hd ul li.on .hc_block3_item_img {
    opacity: 1;
}

.hc_block3_item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 0.4rem 0px rgba(0, 62, 153, 0.15);
    width: 1.26rem;
    min-width: 80px;
    height: 1.26rem;
    min-height: 80px;
    margin-bottom: 0.25rem;
    position: relative;
}

.hc_block3_item img {
    height: 0.62rem;
    min-height: 30px;
}

.hc_block3_item_img {
    position: absolute;
    transition: all .5s;
    opacity: 0;
}

.hc_block3_hy {
    font-size: 0.16rem;
    color: #000;
}

/* bd内容区 */
.hc_block3_cont {
    display: flex;
    padding-top: 0.6rem;
}

.hc_block3_cont_l, .hc_block3_cont_r {
    flex: 1;
}

.hc_block3_cont_l {
    display: flex;
    align-items: center;
}

.hc_block3_doc {
    width: 84%;

}

.hc_block3_doc .hc_block3_desc {
    font-size: 18px;
    line-height: 36px;
    color: #5b5b5b;
}

.hc_block3_sys {
    margin-top: 0.4rem;
    padding-bottom: 0.35rem;
}


.hc_block3_sys li {
    position: relative;
    margin-bottom: 10px;
    line-height: 30px;
    padding-left: 30px;
}

.hc_block3_sys li::before {
    content: "";
    width: 0.10rem;
    height: 0.10rem;
    min-width: 7px;
    min-height: 7px;
    background-color: rgb(19, 85, 138);
    position: absolute;
    top: 15px;
    transform: translateY(-50%);
    left: 6px;
}

.hc_block3_sys li a {
    color: #5b5b5b;
}

.hc_block3_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 0.56rem;
    min-width: 100px;
    min-height: 35px;
    border: 1px solid #64717e;
    font-size: 0.18rem;
    color: rgb(91, 91, 91);
    transition: all .5s;
}

.hc_block3_more:hover {
    border-color: #13558A;
    color: #13558A;
}

.hc_block3_cont_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 第四模块 */
.hc_block4 {
    padding: 1rem 0 2rem;
}

.hc_block4_ctn {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.hc_block4_title {
    font-size: 0.48rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.hc_newview {
    display: flex;
    padding-top: 1rem;
}

.hc_newview_l {}

.hc_newview_limg {
    display: block;
    position: relative;
    width: 530px;
    height: 360px;
    overflow: hidden;
}

.hc_newview_limg>img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all .5s;
}

.hc_newview_limg:hover>img {
    transform: scale(1.05);
}

.hc_newview_ltxt {
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    padding: 0 30px;
    padding-top: 6px;
    background-color: rgba(0, 0, 0, 0.4);
}

.hc_newview_ltxt p {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hc_newview_icon {
    height: 30px;
    display: flex;
    align-items: center;
}

.hc_newview_icon img {
    width: 19px;
}

.hc_newview_r {
    width: calc(100% - 531px);
    padding-left: 20px;
}

.hc_block4_list {
    display: flex;
    flex-wrap: wrap;
}

.hc_block4_item {
    width: 50%;
    padding: 0 24px;
    margin-bottom: 80px;
    overflow: hidden;
}

.hc_block4_item:hover .hc_itembox_desc_t p {
    color: #13558A;
}

.hc_itembox {
    display: flex;
    justify-content: center;

}

.hc_itembox_num {
    width: 0.7rem;
    min-width: 40px;
}

.hc_itembox_num_p1 {
    font-size: 0.48rem;
    line-height: 56px;
    color: rgb(19, 85, 138);
    font-weight: bold;
}

.hc_itembox_num_p2 {
    color: #333333;
    font-weight: bold;
    line-height: 2.266;
}

.hc_itembox_desc {
    flex: 1;
}

.hc_itembox_desc_t p, .hc_itembox_desc_b p {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 设置n行，也包括1 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hc_itembox_desc_t p {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}

.hc_itembox_desc_b p {
    color: #5b5b5b;
    max-height: 60px;
    overflow: hidden;
}

.hc_more {
    display: flex;
    justify-content: center;
    padding-top: 0.3rem;
}

.hc_block4_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 0.56rem;
    min-width: 100px;
    min-height: 35px;
    border: 1px solid #64717e;
    font-size: 0.18rem;
    color: rgb(91, 91, 91);
    transition: all .5s;
}

.hc_block4_more:hover {
    border-color: #13558A;
    color: #13558A;
}

/*  */
@media (max-width:1400px) {
    .hc_block2_li:nth-child(2) .hc_divbox_list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 80px;
    }

    .hc_block2_li:nth-child(2) .hc_divbox_list li {
        margin-right: 0.5rem;
    }
}

@media (max-width:1300px) {

    /* 第四模块 */
    .hc_newview {
        flex-direction: column;
    }

    .hc_newview_l {
        margin-bottom: 50px;
    }

    .hc_newview_r {
        width: 100%;
        padding: 0;
    }
}

@media (max-width:1024px) {

    /* 第一模块 */
    .hc_block1_cont {
        width: 100%;
        flex-direction: column-reverse;
    }

    .hc_block1_text {
        width: 100%;
    }

    .hc_block1_img>img {
        display: none;
        width: 100%;
        height: 260px;
        margin-bottom: 0.5rem;
    }

    .hc_block1_desc {
        width: 90%;
        margin: auto;
        padding: 0;
    }

    /* 第二模块 */
    .hc_divbox {
        width: 80%;
    }

    .hc_zejiabox {
        display: flex;
    }

    .hc_divbox_list {
        margin-right: 30px;
    }

    .hc_block2_li_title {
        font-size: 18px;
    }

    /* 第三模块 */
    .hc_block3 {
        /* display: none; */
    }

    .hc_block3_doc .hc_block3_desc {
        font-size: 16px;
    }

    .hc_block3_sys li a {
        font-size: 14px;
    }

    .hc_block3_cont {
        flex-direction: column-reverse;
    }

    .hc_block3_cont_r img {
        height: 300px;
        margin-bottom: 0.5rem;
    }

    .hc_block3_doc {
        width: 100%;
    }

    .hc_block3_baner .hd {
        padding: 0 20px;
    }

    .hc_block3_baner .hd ul {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* 四 */
    .hc_block4_item {
        margin-bottom: 30px;
    }
}

@media (max-width:640px) {
    .hc_baner .bd .img {
        display: block;
    }

    .hc_baner .bd .baneritme {
        display: none;
    }

    /* 第一模块 */
    .hc_block1_cont2 ul {
        justify-content: flex-start;
    }

    .hc_block1_cont2 ul li {
        width: 33.3333%;
        margin-bottom: 30px;
    }
    .hc_block1_cont2 ul li.hc_xian{
        display: none;
    }
    /* .hc_block1_cont2 ul li:last-of-type {
        margin-bottom: 0;
    } */

    .hc_block1_desc>p {}

    /* 第二模块 */
    .hc_divbox {
        width: auto;
    }

    .hc_block2_title {
        position: relative;
        color: #333;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .hc_block2_list {
        flex-direction: column;
    }

    .hc_block2 .hc_block2_li {
        width: 100%;
        height: 280px;
    }

    .hc_block2_libox {
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: -100%;
        height: 100%;
    }

    .hc_block2 .hc_block2_li.active {
        width: 100%;
    }

    /* 第三模块 */
    .hc_newview_limg {
        width: 100%;
        height: auto;
    }

    /* 四 */
    .hc_block4_item {
        width: 100%;
    }

    .hc_itembox_num_p1 {
        font-size: 24px;
    }

    .hc_itembox_desc_b p {
        font-size: 15px;
    }
}